
Command Line: diskspd.exe -c10G -t2 -d60 -o8 -b64k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 65536
		using random I/O (alignment: 65536)
		number of outstanding I/O operations: 8
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.02s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   9.69%|   0.91%|    8.77%|  90.32%
   1|   5.73%|   0.55%|    5.18%|  94.30%
-------------------------------------------
avg.|   7.71%|   0.73%|    6.98%|  92.31%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      8483962880 |       129455 |     134.81 |    2157.04 |    3.704 |    26.136 | test.dat (10240MB)
     1 |      8051097600 |       122850 |     127.94 |    2046.98 |    3.903 |    26.660 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:       16535060480 |       252305 |     262.75 |    4204.02 |    3.801 |    26.393

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      6788481024 |       103584 |     107.87 |    1725.96 |    3.585 |    24.098 | test.dat (10240MB)
     1 |      6441598976 |        98291 |     102.36 |    1637.77 |    3.869 |    25.484 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:       13230080000 |       201875 |     210.23 |    3363.73 |    3.724 |    24.783

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      1695481856 |        25871 |      26.94 |     431.07 |    4.179 |    33.055 | test.dat (10240MB)
     1 |      1609498624 |        24559 |      25.58 |     409.21 |    4.038 |    30.922 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        3304980480 |        50430 |      52.52 |     840.29 |    4.110 |    32.034


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.052 |      0.056 |      0.052
   25th |      0.153 |      0.163 |      0.155
   50th |      0.297 |      0.315 |      0.301
   75th |      1.101 |      1.254 |      1.123
   90th |      5.226 |      3.201 |      4.270
   95th |      9.887 |      4.516 |      9.262
   99th |     57.821 |     76.052 |     65.530
3-nines |    337.297 |    424.515 |    384.007
4-nines |    610.206 |    641.526 |    611.098
5-nines |   1148.778 |   1601.648 |   1171.189
6-nines |   1171.189 |   1601.648 |   1601.648
7-nines |   1171.189 |   1601.648 |   1601.648
8-nines |   1171.189 |   1601.648 |   1601.648
9-nines |   1171.189 |   1601.648 |   1601.648
    max |   1171.189 |   1601.648 |   1601.648
